Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.