Partager via


Propriété StateChangeEventAttribute.TargetTypeAlias

Gets the alias of the target type.

Espace de noms :  Microsoft.SqlServer.Management.Facets
Assembly :  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Syntaxe

'Déclaration
Public ReadOnly Property TargetTypeAlias As String 
    Get
'Utilisation
Dim instance As StateChangeEventAttribute 
Dim value As String 

value = instance.TargetTypeAlias
public string TargetTypeAlias { get; }
public:
property String^ TargetTypeAlias {
    String^ get ();
}
member TargetTypeAlias : string
function get TargetTypeAlias () : String

Valeur de propriété

Type : System.String
A String object value that specifies the target type alias.

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.

Voir aussi

Référence

StateChangeEventAttribute Classe

Espace de noms Microsoft.SqlServer.Management.Facets