Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the Data associated with a ClrAssemblyFile.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Data As StringCollection
Get
'Usage
Dim instance As ClrAssemblyFile
Dim value As StringCollection
value = instance.Data
[BrowsableAttribute(false)]
public StringCollection Data { get; }
[BrowsableAttribute(false)]
public:
property StringCollection^ Data {
StringCollection^ get ();
}
[<BrowsableAttribute(false)>]
member Data : StringCollection
function get Data () : StringCollection
Property Value
Type: System.Collections.Specialized.StringCollection
The block of data.