Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the source type that is associated with the attribute.
Namespace: Microsoft.SqlServer.Management.Facets
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public ReadOnly Property SourceType As Type
Get
'Usage
Dim instance As PropertySourceSubObjectTypeAttribute
Dim value As Type
value = instance.SourceType
public Type SourceType { get; }
public:
property Type^ SourceType {
Type^ get ();
}
member SourceType : Type
function get SourceType () : Type
Property Value
Type: System.Type
A Type object value that specifies the source type.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.