BaseType Propiedad
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute> _
Public ReadOnly Property BaseType As SynonymBaseType
Get
'Uso
Dim instance As Synonym
Dim value As SynonymBaseType
value = instance.BaseType
[SfcPropertyAttribute]
public SynonymBaseType BaseType { get; }
[SfcPropertyAttribute]
public:
property SynonymBaseType BaseType {
SynonymBaseType get ();
}
[<SfcPropertyAttribute>]
member BaseType : SynonymBaseType
function get BaseType () : SynonymBaseType
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .SynonymBaseType
Vea también