Proprietà Expression
Gets the value of expression that is used for multiple links. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Expression As String
Get
'Utilizzo
Dim instance As XmlReadMultipleLink
Dim value As String
value = instance.Expression
public string Expression { get; }
public:
property String^ Expression {
String^ get ();
}
member Expression : string
function get Expression () : String
Valore proprietà
Tipo: System. . :: . .String
A string value for the expression.
Vedere anche