ObjectInfo.ResultTypes Propiedad
No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public Property ResultTypes As ResultType()
Get
Set
'Uso
Dim instance As ObjectInfo
Dim value As ResultType()
value = instance.ResultTypes
instance.ResultTypes = value
public ResultType[] ResultTypes { get; set; }
public:
property array<ResultType>^ ResultTypes {
array<ResultType>^ get ();
void set (array<ResultType>^ value);
}
member ResultTypes : ResultType[] with get, set
function get ResultTypes () : ResultType[]
function set ResultTypes (value : ResultType[])
Valor de la propiedad
Tipo: array<Microsoft.SqlServer.Management.Sdk.Sfc.ResultType[]
The list of the supported types of result.