CreatedBy propriété
Gets the authentication credentials of the user who created the condition.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (dans Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property CreatedBy As String
Get
'Utilisation
Dim instance As Condition
Dim value As String
value = instance.CreatedBy
[SfcPropertyAttribute(SfcPropertyFlags.Data)]
public string CreatedBy { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Data)]
public:
property String^ CreatedBy {
String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Data)>]
member CreatedBy : string
function get CreatedBy () : String
Valeur de la propriété
Type : System. . :: . .String
A String value that contains the authentication credentials of the user who created the condition.
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